body {
    background-color: #C2F4C3;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #2c3e50;
    margin: 0;
    padding: 30px;
    line-height: 1.6;
}

button {
    background-color: #2e7d32;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

button:hover {background-color: #1b5e20;}

button a.boton {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

h1, h2 {
    font-family: 'Rockwell', Georgia, serif;
    color: #1b5e20;
    text-align: center;
}

h1 { font-size: 36px; margin-bottom: 30px; }
h2 { font-size: 26px; margin-top: 40px; }

table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 25px auto;
    border-collapse: collapse;
    border: none;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

th {
    background-color: #2e7d32;
    color: #ffffff;
    font-family: 'Rockwell', Georgia, serif;
    font-size: 18px;
    padding: 15px;
    font-weight: normal;
}

td, td.color {
    border: none; 
    padding: 25px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333333;
    vertical-align: top;
    background-color: #ffffff;
}

ul {
    margin: 0;
    padding-left: 20px;
}

li {margin-bottom: 8px;}

h2 + table {background-color: transparent;}

h2 + table td {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

h2 + table img {
    border: 3px solid #2e7d32;
    margin-bottom: 10px;
}

b {
    color: #2e7d32;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

body > td[align="center"]{
    display: block;
    text-align: center;
    margin: 40px auto 20px auto;
    padding: 20px;
}

a {
    color: #1b5e20;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: 0 20px; 
    transition: color 0.3s ease;
}

a:hover {
    color: #4caf50;
    text-decoration: underline;
}